home *** CD-ROM | disk | FTP | other *** search
/ Oh!X 2000 Spring / Oh!X 2000 Spring Special CD-ROM (Japan) (Part 2).7z / Oh!X 2000 Spring Special CD-ROM (Japan) (Part 2).bin / DXF / samples / multimedia / dsound / dxall.mak
Text File  |  1999-07-26  |  603b  |  30 lines

  1. SAMPLES = \
  2.         src\AdjustSound      \
  3.         src\CaptureSound     \
  4.         src\EnumDevices      \
  5.         src\FullDuplexFilter \
  6.         src\Play3DSound      \
  7.         src\PlaySound        \
  8.         src\PlayStreaming    \
  9.         src\VoiceManagement
  10.  
  11. !IFDEF clean
  12. do=-i clean
  13. DOING=Clean
  14. !ELSE
  15.  
  16. !IFDEF nodebug
  17. do=nodebug=1
  18. DOING=Release
  19. !ELSE
  20. DOING=Debug
  21. !ENDIF
  22. !ENDIF
  23.  
  24. $(SAMPLES): $(@R)\makefile
  25.         @cd $@
  26.         @echo *** DirectX\$@ $(DOING)***
  27.         @echo *** DirectX\$@ $(DOING)*** >>..\DirectX.tmp
  28.         @nmake $(do) >>..\DirectX.tmp
  29.         @cd ..\..
  30.